home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / misc / tds-2.04.lha / TDS / Examples / AmigaE / example.e < prev    next >
Text File  |  1994-08-31  |  67b  |  8 lines

  1. /* example.e */
  2.  
  3. PROC main()
  4.   WriteF('Hello World !\n')
  5. ENDPROC
  6.  
  7.  
  8.